Skip to content

chore(deps): update actions/upload-artifact action to v7#3099

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-artifact-actions
Open

chore(deps): update actions/upload-artifact action to v7#3099
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-artifact-actions

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action major v6.0.0v7.0.1

Release Notes

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify

netlify Bot commented Jun 2, 2026

Copy link
Copy Markdown

Deploy Preview for dtsx failed. Why did it fail? →

Name Link
🔨 Latest commit 74f41e4
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/6a53a71fcc3d820008c60a9a

@renovate renovate Bot changed the title chore(deps): update github artifact actions to v7 chore(deps): update github artifact actions (major) Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update github artifact actions (major) chore(deps): update actions/upload-artifact action to v7 Jun 25, 2026
@chrisbbreuer
chrisbbreuer force-pushed the main branch 2 times, most recently from b74134b to 8304ed4 Compare July 11, 2026 16:14
@renovate
renovate Bot force-pushed the renovate/major-github-artifact-actions branch from a47ad26 to 74f41e4 Compare July 12, 2026 14:39
@github-actions

Copy link
Copy Markdown
Contributor

Benchmark Results

Platform: linux x64 | Runtime: Bun 1.3.14 | Date: 2026-07-12

In-Process API — Cached

Smart caching (hash check + cache hit) for watch mode, incremental builds, and CI.

Tool Small (~50 lines) Medium (~100 lines) Large (~330 lines) XLarge (~1050 lines) XXLarge (~2000 lines) Huge (~5000 lines)
dtsx (cached) 3.6 µs 1.9 µs 1.1 µs 2.5 µs 5.8 µs 11.8 µs
zig-dtsx 14.9 µs (4.2x) 20.6 µs (11.0x) 61.0 µs (54.0x) 342.4 µs (134.9x) 355.2 µs (61.2x) 933.6 µs (79.1x)
oxc-transform 20.3 µs (5.6x) 68.8 µs (36.6x) 214.7 µs (190.3x) 1.21 ms (475.8x) 918.2 µs (158.3x) 2.26 ms (191.9x)
TypeScript 7 (CLI) 97.47 ms (27130.0x) 103.94 ms (55329.2x) 108.86 ms (96470.1x) 134.22 ms (52879.7x) 124.08 ms (21391.0x) 161.04 ms (13645.5x)

In-Process API — No Cache

Raw single-transform comparison (cache cleared every iteration).

Tool Small (~50 lines) Medium (~100 lines) Large (~330 lines) XLarge (~1050 lines) XXLarge (~2000 lines) Huge (~5000 lines)
zig-dtsx 14.9 µs (3.7x) 20.6 µs (8.6x) 61.0 µs (33.3x) 342.4 µs (114.2x) 355.2 µs (59.2x) 933.6 µs (72.8x)
oxc-transform 20.3 µs (5.0x) 68.8 µs (28.9x) 214.7 µs (117.2x) 1.21 ms (402.8x) 918.2 µs (153.1x) 2.26 ms (176.6x)
dtsx (no-cache) 4.0 µs 2.4 µs 1.8 µs 3.0 µs 6.0 µs 12.8 µs
TypeScript 7 (CLI) 97.47 ms (24138.6x) 103.94 ms (43633.1x) 108.86 ms (59452.9x) 134.22 ms (44762.1x) 124.08 ms (20693.4x) 161.04 ms (12559.7x)

Note: TypeScript 7 is CLI-only. Each measurement includes ~40ms process spawn overhead, so it is not directly comparable to the in-process tools above. It is reported separately from the in-process tools.

Multi-File Project

All tools processing files in-process sequentially.

Tool 50 files 100 files
zig-dtsx 5.69 ms (44.8x) 11.63 ms (19.8x)
dtsx 126.9 µs 588.4 µs
oxc-transform 17.31 ms (136.4x) 36.87 ms (62.7x)
tsc 544.79 ms (4292.2x) 1.04 s (1773.8x)

No previous benchmark found for regression comparison

zig-dtsx vs oxc-transform

Input Size zig-dtsx oxc-transform Speedup
Small (~50 lines) 14.9 µs 20.3 µs 🟢 1.36x
Medium (~100 lines) 20.6 µs 68.8 µs 🟢 3.34x
Large (~330 lines) 61.0 µs 214.7 µs 🟢 3.52x
XLarge (~1050 lines) 342.4 µs 1.21 ms 🟢 3.53x
XXLarge (~2000 lines) 355.2 µs 918.2 µs 🟢 2.58x
Huge (~5000 lines) 933.6 µs 2.26 ms 🟢 2.43x
Internal Benchmark Details

Extraction

Benchmark Avg Min Max Throughput Memory
Simple (0001.ts) 1.9 µs 832 ns 6.9 µs 377.6 M chars/s 0.0 MB
Medium (0002.ts) 5.5 µs 1.8 µs 13.8 µs 178.2 M chars/s 0.0 MB
Complex (0003.ts) 🏆 1.5 µs 621 ns 7.0 µs 889.0 M chars/s 0.0 MB
Very Complex (0005.ts) 7.5 µs 6.8 µs 11.5 µs 11.1 G chars/s 0.0 MB
Lodash-like (real-world) 5.1 µs 2.0 µs 27.1 µs 5.1 G chars/s 0.0 MB
React-like (real-world) 4.0 µs 3.3 µs 7.2 µs 8.5 G chars/s 0.0 MB

Synthetic

Benchmark Avg Min Max Throughput Memory
100 lines 🏆 1.8 µs 901 ns 17.0 µs 4.0 G chars/s 0.0 MB
500 lines 3.9 µs 2.5 µs 18.0 µs 9.2 G chars/s 0.0 MB
1000 lines 4.7 µs 4.4 µs 8.7 µs 15.3 G chars/s 0.0 MB
5000 lines 22.6 µs 21.6 µs 28.4 µs 16.5 G chars/s 0.0 MB
10000 lines 51.7 µs 49.4 µs 56.6 µs 14.5 G chars/s 0.0 MB

Memory

Benchmark Avg Min Max Throughput Memory
Large File Memory 🏆 19.79 ms 19.79 ms 19.79 ms 37.9 M chars/s 0.0 MB

Real-World

Benchmark Avg Min Max Throughput Memory
Lodash-like 🏆 2.4 µs 2.0 µs 5.6 µs 10.8 G chars/s 0.0 MB
React-like 3.9 µs 3.5 µs 4.9 µs 8.6 G chars/s 0.0 MB

Generation

Benchmark Avg Min Max Throughput Memory
Single File (100 lines) 🏆 1.40 ms 968.0 µs 2.55 ms 5.0 M chars/s 0.4 MB
Medium File (1000 lines) 3.95 ms 3.17 ms 4.74 ms 18.3 M chars/s 0.1 MB
Large File (5000 lines) 17.69 ms 14.17 ms 24.31 ms 21.1 M chars/s 16.1 MB

Phase Timing

File Phase Avg Time % of Total
500 lines Processing 1.13 ms ████████████████████ 99.5%
500 lines Extraction 4.6 µs █ 0.4%
500 lines Formatting 169 ns █ 0.0%
500 lines File Read 86 ns █ 0.0%
2000 lines Processing 3.50 ms ████████████████████ 99.5%
2000 lines Extraction 13.9 µs █ 0.4%
2000 lines Formatting 314 ns █ 0.0%
2000 lines File Read 95 ns █ 0.0%
5000 lines Processing 8.78 ms ████████████████████ 99.6%
5000 lines Extraction 30.5 µs █ 0.3%
5000 lines Formatting 348 ns █ 0.0%
5000 lines File Read 98 ns █ 0.0%
Metric Value
Total benchmarks 17
Avg time 2.53 ms
Total time 0.3 s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants